シンタックス
'宣言
Public Overloads Function BinarySearch( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As KeyMap, _
ByVal As System.Collections.Generic.IComparer(Of KeyMap) _
) As System.Integer
'使用法
Dim instance As KeyMapStack
Dim index As System.Integer
Dim count As System.Integer
Dim item As KeyMap
Dim comparer As System.Collections.Generic.IComparer(Of KeyMap)
Dim value As System.Integer
value = instance.BinarySearch(index, count, item, comparer)
public System.int BinarySearch(
System.int ,
System.int ,
KeyMap ,
System.Collections.Generic.IComparer<KeyMap>
)
パラメータ
- index
- count
- item
- comparer
参照